Skip to content

Conversation

@GarmashAlex
Copy link
Contributor

Implement aggregated metrics for interop supervisor revalidation attempts and track attempts per transaction in-memory to fulfill the TODO without introducing high-cardinality labels. Each supervisor check increments a global counter, and when a transaction is removed due to invalidation or interop reclassification, the number of attempts is recorded in a histogram. The number of active tracked entries is exposed as a gauge. This provides visibility into revalidation pressure and behavior while aligning with project metric best practices and avoiding per-hash labels.

@GarmashAlex GarmashAlex changed the title feature(optimism): add interop revalidation attempt metrics and per-tx tracking feat(optimism): add interop revalidation attempt metrics and per-tx tracking Oct 21, 2025
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont think we need this really

@mattsse mattsse closed this Nov 12, 2025
@github-project-automation github-project-automation bot moved this from Backlog to Done in Reth Tracker Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants